From: River Tarnell Date: Thu, 24 Jan 2008 04:33:21 +0000 (+0000) Subject: slightly improved behaviour for very small browser windows: title/tab overflow will... X-Git-Tag: 1.31.0-rc.0~49807 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=4d8c48d1920c14d0701ff3288c1ff7d62d866067;p=lhc%2Fweb%2Fwiklou.git slightly improved behaviour for very small browser windows: title/tab overflow will be hidden instead of wrapping to the next line --- diff --git a/skins/modern/main.css b/skins/modern/main.css index 1c38c12ae8..d6a8150170 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -571,3 +571,9 @@ img.thumbborder { margin: 0 0 0 0; padding: 0 0 0 0; } + +#mw_header h1, +#p-personal, +#p-cactions { + overflow: hidden; +}